home *** CD-ROM | disk | FTP | other *** search
/ Die Speccy' 97 / Die Speccy' 97.iso / amiga_system / the_aminet / util / cli / lowup.lha / LowUp / LowUp.doc < prev   
Text File  |  1995-10-29  |  3KB  |  115 lines

  1.                                         *********
  2.                                         * LowUp *
  3.                                         *********
  4.  
  5.  
  6.  
  7. What's that ?
  8. -------------
  9.  
  10.  
  11. LowUp allows you to rename a file. It changes its name to upper case
  12. or lower case, and non-upper/lower case letters are left unchanged.
  13.  
  14. At the begining I created a program called UpperName but someone
  15. asked me he wanted another one which would do lower case conversion
  16. so I wrote this one which can do both conversions.
  17.  
  18.  
  19. Installation
  20. ------------
  21.  
  22. Easy : put LowUp in your favourite directory (C: for example).
  23.  
  24.  
  25. Usage
  26. -----
  27.  
  28. From CLI : LowUp [mode] <Filename>
  29.  
  30. where filename is the name of the file you want to rename and mode
  31. is the way you want to rename it : -low will switch to lower case
  32. and -up will switch to upper case.
  33.  
  34. Example : LowUp -up AmigaReignsSupreme
  35.  
  36.           -> the file is now AMIGAREIGNSSUPREME
  37.  
  38.           LowUp -low AmigaReignsSupreme
  39.  
  40.           -> the file is now amigareignssupreme
  41.  
  42.  
  43. WARNING : Avoid giving a filename with path. It doesn't seem to be dangerous
  44.           but I can't predict what may happen. I tried it without problems
  45.           but .....
  46.  
  47.  
  48. Disclaimer
  49. ----------
  50.  
  51. LowUp has been tested for hours on an Amiga 1200 + Blizzard 1220/4 card.
  52.  
  53. You use this program at your own risks. I can't be held responsible for data
  54. lost or ANY damage from UpperName's usage. Due to its conception it can't
  55. break anything.
  56.  
  57.  
  58.  
  59. History
  60. -------
  61.  
  62.  
  63. October 1995             Version 1.0                 First release
  64.                                                      (UpperName is dead,
  65.                                                      LowUp lives :-)) )
  66.  
  67.  
  68. Distribution
  69. ------------
  70.  
  71.  
  72. LowUp is FREEWARE but I keep a copyright on it.
  73.  
  74. You can distribute it freely if the archive is unaltered (no virus please !).
  75.  
  76. I allow Aminet, Fred Fish, Funet, BBSs, public domain organizations and Amiga
  77. magazines to include it in their collections (floppy and/or CD ROM) if the
  78. price of the support is normal.
  79.  
  80. France Festival Distribution WILL NEVER BE ALLOWED to distribute this product.
  81.  
  82.  
  83. Author
  84. ------
  85.  
  86. UpperName has been created by :
  87.  
  88. Franck Aniere
  89. 30 Rue Jean Bouin
  90. 93220 GAGNY (France)
  91.  
  92.  
  93. E-Mail : aniere@univ-mlv.fr
  94. IRC    : nickname FSA on channels #amigafr and #amiga (sometimes)
  95.  
  96. You can join me for bug reports, suggestions, critics....
  97.  
  98.  
  99. Thanks
  100. ------
  101.  
  102. - xs-perate@doom.gun.de, for the idea of the lowercase version
  103.   (sorry but I don't know your name :-( )
  104.  
  105. - Various #amigafr users, for various reasons.
  106.  
  107. - Amiga creators, for THE computer.
  108.  
  109. and people I forget........please don't kick me......;-)
  110.  
  111.  
  112. To do
  113. -----
  114.  
  115. Well, what do you want me to do ?